object FormDeleteUser: TFormDeleteUser Left = 360 Top = 261 HelpContext = 442 BorderIcons = [biSystemMenu] BorderStyle = bsSingle Caption = 'Delete User' ClientHeight = 154 ClientWidth = 244 Color = clBtnFace Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'Arial' Font.Style = [] OldCreateOrder = False Position = poDesktopCenter OnShow = FormShow PixelsPerInch = 96 TextHeight = 16 object Panel1: TPanel Left = 0 Top = 0 Width = 244 Height = 97 Align = alTop TabOrder = 0 object Label1: TLabel Left = 18 Top = 18 Width = 209 Height = 16 Caption = 'Please select a user name to delete' end object ComboBox1: TComboBox Left = 18 Top = 45 Width = 209 Height = 24 Style = csDropDownList ItemHeight = 16 TabOrder = 0 end end object BitBtn1: TBitBtn Left = 44 Top = 112 Width = 67 Height = 29 Caption = '&Delete' Default = True TabOrder = 1 OnClick = BitBtn1Click end object BitBtn2: TBitBtn Left = 138 Top = 112 Width = 67 Height = 29 Caption = 'E&xit' TabOrder = 2 OnClick = BitBtn2Click end end